projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0692c
)
(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jan 2003 00:50:38 +0000
(
00:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 6 Jan 2003 00:50:38 +0000
(
00:50
+0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index fc8607b4a7456525373e476b5271d64f5be151bc..a1868073c64a44bc7dce0dbeedc090bfd7768ec2 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-961,7
+961,7
@@
char *alloca ();
# endif /* HAVE_ALLOCA_H */
#endif /* __GNUC__ */
#ifndef HAVE_SIZE_T
-typedef
size_t unsigned
+typedef
unsigned size_t;
#endif
#endif /* NOT_C_CODE */